[pull] master from aio-libs:master#452
Merged
pull[bot] merged 1 commit intotj-python:masterfrom Feb 10, 2026
Merged
Conversation
Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.13.2 to 7.13.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst">coverage's changelog</a>.</em></p> <blockquote> <h2>Version 7.13.4 — 2026-02-09</h2> <ul> <li> <p>Fix: the third-party code fix in 7.13.3 required examining the parent directories where coverage was run. In the unusual situation that one of the parent directories is unreadable, a PermissionError would occur, as described in <code>issue 2129</code>_. This is now fixed.</p> </li> <li> <p>Fix: in test suites that change sys.path, coverage.py could fail with "RuntimeError: Set changed size during iteration" as described and fixed in <code>pull 2130</code>_. Thanks, Noah Fatsi.</p> </li> <li> <p>We now publish ppc64le wheels, thanks to <code>Pankhudi Jain <pull 2121_></code>_.</p> </li> </ul> <p>.. _pull 2121: <a href="https://redirect.github.com/coveragepy/coveragepy/pull/2121">coveragepy/coveragepy#2121</a> .. _issue 2129: <a href="https://redirect.github.com/coveragepy/coveragepy/issues/2129">coveragepy/coveragepy#2129</a> .. _pull 2130: <a href="https://redirect.github.com/coveragepy/coveragepy/pull/2130">coveragepy/coveragepy#2130</a></p> <p>.. _changes_7-13-3:</p> <h2>Version 7.13.3 — 2026-02-03</h2> <ul> <li>Fix: in some situations, third-party code was measured when it shouldn't have been, slowing down test execution. This happened with layered virtual environments such as uv sometimes makes. The problem is fixed, closing <code>issue 2082</code>_. Now any directory on sys.path that is inside a virtualenv is considered third-party code.</li> </ul> <p>.. _issue 2082: <a href="https://redirect.github.com/coveragepy/coveragepy/issues/2082">coveragepy/coveragepy#2082</a></p> <p>.. _changes_7-13-2:</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/coveragepy/coveragepy/commit/4f78d57f83ff8a4976043e8a8fcea24b91891840"><code>4f78d57</code></a> build: no need to publish status.json</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/f8616ff5e6386648aa40300e36c6cecda79a1faa"><code>f8616ff</code></a> docs: sample HTML for 7.13.4</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/fcf8c68db986970e6000bf75ec3c3115ede867df"><code>fcf8c68</code></a> docs: prep for 7.13.4</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/189ecfd000867e5c74e7d74ee3bd75742d5d584d"><code>189ecfd</code></a> docs: thanks Pankhudi Jain for ppc64le wheels <a href="https://redirect.github.com/coveragepy/coveragepy/issues/2121">#2121</a></li> <li><a href="https://github.com/coveragepy/coveragepy/commit/58aade0eb92d9d1e3755c65a5cf7a951e7bd6c6a"><code>58aade0</code></a> build: add support for ppc64le architecture (<a href="https://redirect.github.com/coveragepy/coveragepy/issues/2121">#2121</a>)</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/8ea42c874fbfc96535156300225bda22bc93ac68"><code>8ea42c8</code></a> chore: bump actions/attest-build-provenance (<a href="https://redirect.github.com/coveragepy/coveragepy/issues/2131">#2131</a>)</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/c09595f70758b78156efbd7c8f034799d09322aa"><code>c09595f</code></a> docs: Janine put a lot of effort into debugging issue <a href="https://redirect.github.com/coveragepy/coveragepy/issues/2128">#2128</a></li> <li><a href="https://github.com/coveragepy/coveragepy/commit/8ee1760f40b8822aa2b11ff95ab63481be68a8a0"><code>8ee1760</code></a> docs: Greg wrote a great issue: <a href="https://redirect.github.com/coveragepy/coveragepy/issues/2129">#2129</a></li> <li><a href="https://github.com/coveragepy/coveragepy/commit/76ba0437611fc2787cb0450dc94b02bc2848fdee"><code>76ba043</code></a> docs: thanks, Noah Fatsi</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/371fcc5727e9d8fba816061756af94646b4bcfbb"><code>371fcc5</code></a> fix: set fixed paths_list in TreeMatcher init (<a href="https://redirect.github.com/coveragepy/coveragepy/issues/2130">#2130</a>)</li> <li>Additional commits viewable in <a href="https://github.com/coveragepy/coveragepy/compare/7.13.2...7.13.4">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )